home *** CD-ROM | disk | FTP | other *** search
- object FrmTableData: TFrmTableData
- Left = 413
- Top = 129
- BorderStyle = bsDialog
- Caption = 'Table data'
- ClientHeight = 329
- ClientWidth = 202
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object lblColSpan: TLabel
- Left = 8
- Top = 72
- Width = 41
- Height = 13
- Caption = '&Col span'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblRowSpan: TLabel
- Left = 8
- Top = 104
- Width = 48
- Height = 13
- Caption = '&Row span'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblWidth: TLabel
- Left = 8
- Top = 168
- Width = 28
- Height = 13
- Caption = '&Width'
- FocusControl = EditWidth
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblAlign: TLabel
- Left = 8
- Top = 8
- Width = 23
- Height = 13
- Caption = '&Align'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblVAlign: TLabel
- Left = 8
- Top = 40
- Width = 30
- Height = 13
- Caption = '&VAlign'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblBackgroundColor: TLabel
- Left = 8
- Top = 200
- Width = 61
- Height = 26
- Caption = '&Background color'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object lblHeight: TLabel
- Left = 8
- Top = 136
- Width = 31
- Height = 13
- Caption = '&Height'
- FocusControl = EditHeight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object cbAlign: TComboBox
- Left = 80
- Top = 8
- Width = 113
- Height = 21
- Hint = 'Alignment of data within cell'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Center'
- 'Left'
- 'Right')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object cbVAlign: TComboBox
- Left = 80
- Top = 40
- Width = 113
- Height = 21
- Hint = 'Vertical alignment of data within cell'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Baseline'
- 'Bottom'
- 'Middle'
- 'Top')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object cbBackgroundColor: TComboBox
- Left = 80
- Top = 200
- Width = 113
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Aqua'
- 'Black'
- 'Blue'
- 'Fuchsia'
- 'Gray'
- 'Green'
- 'Lime'
- 'Maroon'
- 'Navy'
- 'Olive'
- 'Purple'
- 'Red'
- 'Silver'
- 'Teal'
- 'White'
- 'Yellow')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnChange = cbBackgroundColorChange
- end
- object cbNoWrap: TCheckBox
- Left = 8
- Top = 264
- Width = 65
- Height = 17
- Hint = 'Prevent data from wrapping ?'
- Caption = ' &No wrap'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- end
- object pnlColor: TPanel
- Left = 104
- Top = 232
- Width = 89
- Height = 25
- Hint = 'Currently selected color'
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- end
- object btnOK: TButton
- Left = 8
- Top = 296
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 10
- end
- object btnCancel: TButton
- Left = 104
- Top = 296
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 11
- end
- object btnColor: TBitBtn
- Left = 8
- Top = 232
- Width = 89
- Height = 25
- Hint = 'Set color'
- Caption = '&Color'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnClick = btnColorClick
- NumGlyphs = 2
- end
- object EditHeight: TEdit
- Left = 80
- Top = 136
- Width = 113
- Height = 21
- Hint = 'Enter the height of the cell'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object EditWidth: TEdit
- Left = 80
- Top = 168
- Width = 113
- Height = 21
- Hint = 'Enter the width of the cell'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object EditColSpan: TEdit
- Left = 80
- Top = 72
- Width = 113
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object EditRowSpan: TEdit
- Left = 80
- Top = 104
- Width = 113
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object DlgBackgroundColor: TColorDialog
- Ctl3D = True
- Left = 160
- Top = 296
- end
- end
-